home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / telecomm / archivers / aucode.lha / Readme.AuCode < prev   
Encoding:
Text File  |  1994-02-16  |  4.3 KB  |  125 lines

  1.                                      AuCode
  2.  
  3.                       UUencode function library for Amiga.
  4.  
  5.                        Christopher R. Hertel, March, 1993
  6.  
  7.  
  8.  
  9. This bundle contains the following files:
  10.  
  11. AuCode.c      - A collection of C functions, macros, and data types that
  12.                 support the development of UUencoding and UUdecoding
  13.                 programs under AmigaDOS.
  14.  
  15. AuCode.h      - The header file for AuCode.c.  This header provides
  16.                 constants, macros, typdefs, and function prototypes that
  17.                 allow you to use the AuCode module with your own source.
  18.  
  19. AuEncode.c    - An example UUencode program written utilizing the AuCode
  20.                 toolkit.
  21.  
  22. AuEncode      - The AuEncode binary.  Type "AuEncode ?" for information.
  23.  
  24. AuEncode.DOC  - Documentation on the use of AuEncode.
  25.  
  26. AuDecode.c    - An example UUdecode program written utilizing the AuCode
  27.                 toolkit.
  28.  
  29. AuDecode      - The AuDecode binary.  Type "AuDecode ?" for information.
  30.  
  31. AuDecode.DOC  - Documentation on the use of AuDecode.
  32.  
  33. Readme.AuCode - This readme file.
  34.  
  35. Gnu.Gen.License - A copy of the Gnu General Public License.  The included
  36.                 program source code and documentation is licensed under the
  37.                 terms of the Gnu General Public License.  Please read this
  38.                 file.
  39.  
  40. Gnu.Lib.License - A copy of the Gnu Library General Public License.  The
  41.                 AuCode module is licensed under the terms of the Gnu
  42.                 Library General Public License.  Please read this file too.
  43.  
  44. Notes:
  45.  
  46.     The prefix "Au" stands for "Amiga-Usenet".
  47.  
  48.     These files are freely distributable.  You may use the source to
  49.     develop your own programs as long as you accept and abide by the
  50.     terms of the applicable Gnu Licenses.
  51.  
  52.     Currently, the keeper of this source code is Christopher R. Hertel
  53.     (me).  My email address is:
  54.  
  55.         crh@bubble.mooses.affinity.mn.org
  56.  
  57.     (Note that this address is likely to change.)
  58.  
  59.  
  60.                                Release Notes
  61.                                -------------
  62.  
  63. AuCode:
  64.  
  65.   Rev 1.3:
  66.     Rewrote some of the comments to better describe the use of the
  67.     functions.  Also found & repaired a big bug in the calculation of
  68.     checksums.
  69.  
  70.   Rev 1.2:
  71.     A small bug (causing significant problems) was found and repaired.
  72.     Several comment lines were updated.
  73.  
  74.   Rev 1.1:
  75.     AuCode was placed under the Gnu License for distribution.  Copyright
  76.     remains with Christopher R. Hertel (me).
  77.  
  78.   Rev 1.0:
  79.     This is the first release of this code.  It has been mailed to the
  80.     current keeper of the AmigaUUCP code for consideration.  Any bug
  81.     reports, suggestions, or other issues will be resolved before general
  82.     release.  If there are no issues (Hah!), then 1.0 will be released.
  83.  
  84.     The header file is extensively documented, as is the C file.  To use
  85.     this toolkit, simply include the header in your own source.  See
  86.     AuEncode.c for an example.
  87.  
  88. AuEncode:
  89.  
  90.   Rev 1.2:
  91.     Some of the comments were cleaned up and corrected.  The help message
  92.     was rewritten.
  93.  
  94.   Rev 1.1:
  95.     The command line parameter sequence was modified so that it *really
  96.     would* match that of the AmigaUUCP UUencode program.  In the process of
  97.     changing the workings of the command line parser, 50 to 65 percent of
  98.     the code was dumped (because it was extra, useless, and wasteful).
  99.  
  100.   Rev 1.02:
  101.     This is an example program written using the AuCode toolkit.  It is a
  102.     fully functional UUencode program.  It offers a variety of command line
  103.     switches that make it more flexible than AmigaUUCP UUencode, but it
  104.     allows the same command line format as the latter, so you don't have to
  105.     change your style.  See the MAN file (AuEncode.DOC) for more info.
  106.  
  107. AuDecode:
  108.  
  109.   Rev 1.0..1.2:
  110.     Initial release.  This is an example program written using the AuCode
  111.     toolkit.  I expect that there are many things that may be improved.
  112.     Also, there are a few functions built into AuDecode that should
  113.     probably be moved to the AuCode module.
  114.  
  115. ----------------------------------------------------------------------------
  116.  
  117. $Log:    Readme.AuCode,v $
  118. Revision 1.2  94/02/15  22:01:38  CRH
  119. Added notes regarding AuDecode (which is new).
  120.  
  121. Revision 1.1  93/09/15  21:38:42  CRH
  122. Initial revision
  123.  
  124. ----------------------------------------------------------------------------
  125.